+Sun Feb 22 01:09:55 2004 Matthias Clasen <maclas@gmx.de>
+
+ * io-bmp.c (gdk_pixbuf__bmp_image_begin_load): Remove debugging
+ code.
+
Fri Feb 20 22:25:32 2004 Matthias Clasen <maclas@gmx.de>
* io-bmp.c (DecodeHeader): Store and sanity-check the clrUsed field
* return context (opaque to user)
*/
-static struct bmp_progressive_state *d;
-
static gpointer
gdk_pixbuf__bmp_image_begin_load(GdkPixbufModuleSizeFunc size_func,
GdkPixbufModulePreparedFunc prepared_func,
context->pixbuf = NULL;
- d = context;
return (gpointer) context;
}